home *** CD-ROM | disk | FTP | other *** search
- Path: maths.tcd.ie!not-for-mail
- From: dwmalone@maths.tcd.ie (David Malone)
- Newsgroups: comp.sys.amiga.programmer
- Subject: ixemul 42 problem.
- Date: 29 Mar 1996 00:32:59 -0000
- Organization: Dept. of Maths, Trinity College, Dublin, Ireland.
- Message-ID: <4jfb3r$kcg@gosset.maths.tcd.ie>
- NNTP-Posting-Host: gosset.maths.tcd.ie
-
-
- I'm having serious trouble with the '040 fpu version of the
- V42 ixemul library. gccv runs fine with the old version of the
- library I have ( 41.2 ? ), but blows up almost every time with
- the new version. The problem showed up with both 2.7.0 and 2.6.3
- versions of gcc.
-
- After some messing I discovered that it works OK, as long as
- nothing complicated is going on. If boot with no startup sequence
- and then run the following script :
-
- setpatch
- makedir ram:t ram:env
- assign t: ram:t
- assign env: ram:env
- setenv GCCSTACK 350000
- execute work2:gnu/s/user-startup
- cd ram:
- copy temp:hello.c ram:
- gccv hello.c
- echo Did 1st compile
- run work:tools/snoopdos
- wait 2
- gccv hello.c
- echo Did 2nd compile
-
- It gets to the first compile, but explodes half way through the
- second. I dunno if its just me, but every time there is a new
- ixemul library version, it seems less stable than the last.
-
- David.
-